All Questions
1 question
11votes
3answers
8kviews
How does a shell execute a program?
If I compile a program using gcc, and try to execute it from the bash shell, what is the exact sequence of steps followed by bash to execute it ? I know fork(), execve(), loader, dynamic linker (and ...